home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Utils / IE View / Bin / ie_view-1.2.7-fx+mz.xpi / chrome / ieview.jar / skin / ieview-toolbar-button.css < prev   
Cascading Style Sheet File  |  2005-08-12  |  479b  |  16 lines

  1. #ieview-button {
  2.   list-style-image: url("chrome://ieview/skin/ieview-button-24px.png");
  3. }
  4.  
  5. toolbar #ieview-button[disabled="true"] {
  6.   list-style-image: url("chrome://ieview/skin/ieview-button-24px-disabled.png");
  7. }
  8.  
  9. toolbar[iconsize="small"] #ieview-button {
  10.   list-style-image: url("chrome://ieview/skin/ieview-button-16px.png");
  11. }
  12.  
  13. toolbar[iconsize="small"] #ieview-button[disabled="true"] {
  14.   list-style-image: url("chrome://ieview/skin/ieview-button-16px-disabled.png");
  15. }
  16.